<style>
* {box-sizing: border-box}

/* WEBSITE HEADER */

footer {
	width: 100%;
	background: linear-gradient(to bottom, #a9a9a9 0%, #333 100%);
	height: 180px;
	line-height: 50px;
	color: #F5F5F5;
	text-align: center;
	align-items: center;
	padding-top: 25px;
	font-size: 12px;
	margin-top: 60px;
	margin-bottom: 150px;
	text-decoration: none;
    position: relative;
    bottom: 0px;
}

.button-gotop {
	overflow: inherit;
	align-items: center;
	background-color: #484848;
	border-radius: 5px;
	padding: 5px 5px;
	font-size: 20px;
	margin-top: 10px;
	text-decoration: none;
	color: #b8b6b5;
}

.button-gotop:hover {
	text-decoration: none;
	color: #eabd31;
}

.button-gotop:focus {
	text-decoration: none;
	color: #b8b6b5;
}

a .button-gotop {
	text-decoration: none;
	color: #b8b6b5;
}

.footer-icons {
	align-items: center;
	text-align: center;
	color: #b8b6b5;
	padding: 10px 10px 0px 10px;
	background: transparent;
}

#footer-icons-btn {
	text-align: center;
	color: #b8b6b5;
	font-size: 30px;
	padding: 5px 10px;
	cursor: pointer;
	transition: transform .2s;
	background: transparent;
	border: none;
	opacity: 0.5;
}

#footer-icons-btn:hover {
	color: #eabd31;
	-ms-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	transform: scale(1.2); 
	opacity: 1.0;
}

.footer-text {
	font-size: 12px;
    color: #b8b6b5;
    line-height: 30px;
}

.fa-angle-double-up {
	font-size: 20px;
    padding: 0px 8px;
}

</style>

